Bug 569635 – fontchooser should reload list of families/styles on theme
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 1 Feb 2009 05:26:54 +0000 (05:26 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 1 Feb 2009 05:26:54 +0000 (05:26 +0000)
commit6141b6374915cb56292d79b0421c31e3cc7ae751
treefbeea3599aa892b92a4b727546ed699f242f6c70
parent9ddef74ec71ec35feead3d7cfb3913d9921e10d3
Bug 569635 – fontchooser should reload list of families/styles on theme

2009-02-01  Behdad Esfahbod  <behdad@gnome.org>

        Bug 569635 – fontchooser should reload list of families/styles on
        theme change

        * gtk/gtkfontsel.c (gtk_font_selection_class_init),
        (gtk_font_selection_init), (gtk_font_selection_finalize),
        (gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
        (gtk_font_selection_reload_fonts),
        (gtk_font_selection_screen_changed),
        (gtk_font_selection_style_set),
        (gtk_font_selection_scroll_to_selection),
        (gtk_font_selection_scroll_on_map),
        (gtk_font_selection_select_font),
        (gtk_font_selection_show_available_fonts),
        (gtk_font_selection_show_available_styles),
        (gtk_font_selection_select_style),
        (gtk_font_selection_select_font_desc),
        (gtk_font_selection_set_font_name):
        Reload Pango families and faces in style_set.  Installing/uninstalling
        fonts shows up immediately in an open font chooser now.

svn path=/trunk/; revision=22269
ChangeLog
gtk/gtkfontsel.c